home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14068 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  587 b 

  1. Path: news.cloud9.net!usenet
  2. From: jalvo@cloud9.net (John G. Alvord)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Leap year
  5. Date: Fri, 29 Mar 1996 01:39:39 GMT
  6. Organization: Bet Your Business Technologies
  7. Message-ID: <315b3f2b.912029@NEWS.CLOUD9.NET>
  8. References: <3135A7F2.2120@hiwaay.net> <4hbiln$899@sam.inforamp.net> <4hesba$ph@clarknet.clark.net> <3146D0D8.16BA@msn.com>
  9. NNTP-Posting-Host: jalvo.dialup.cloud9.net
  10. X-Newsreader: Forte Agent .99e/16.194
  11.  
  12. "Poul A. Costinsky" <PoulACost@msn.com> wrote:
  13.  
  14. >return (!(y % 4) && (y % 100));
  15. >
  16. That will work until 2100 and then err,
  17. john alvord
  18.  
  19.